<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.index-tel{
	position: absolute;
	margin-top: 20px;
	top: 0;
	right: 3%;
}
.index-tel p{
	background: url(../images/tel.png) no-repeat left 0;
	padding-left: 70px;
	color: #00A7DE;
	font-size: 25px;
	line-height: 100%;
	min-height: 70px;
	font-weight: bold;
}
.index-tel p span{
	line-height: 50px;
}
@media (min-width: 1680px) {
	.index-tel {
	    position: absolute;
	    margin-top: 20px;
	    top: 0;
	    right: 7%;
	}
}

@media (max-width:1024px) {
	.index-tel{
		margin-top: 0;
	}
}
@media (max-width:768px) {
	.index-tel,.header-nav{display: none;}
}

/* adv */
.logout-solution-wrap{width:100%;background:#fff;padding-bottom: 100px;}
.logout-solution{max-width:1200px;margin:0 auto;position:relative}
.logout-solution .title{width:100%;line-height:56px;font-size:36px;color:#333;text-align:center;padding-top: 50px;}
.logout-solution .etitle{width:100%;line-height:40px;font-size:24px;color:#00A7DE;text-align:center;}
.lsbs{height:400px;margin-top:50px}
.lsbs-container&gt;div:first-child,.lsbs-container&gt;div:first-child a{border-radius:4px 0 0 4px}
.lsbs-container&gt;div:last-child,.lsbs-container&gt;div:last-child a{border-radius:0 4px 4px 0}
.lsb-background{width:400px;height:400px;float:left}
.lsb-background:nth-child(1){background: url(../images/bg1.jpg) center center no-repeat rgb(244, 245, 250);background-size: 100% 100%;}
.lsb-background:nth-child(2){background: url(../images/bg2.jpg) center center no-repeat rgb(244, 245, 250);background-size: 100% 100%;}
.lsb-background:nth-child(3){background: url(../images/bg3.jpg) center center no-repeat rgb(244, 245, 250);background-size: 100% 100%;}
.lsb{width:100%;height:100%;padding:0 60px;background:rgba(0,0,0,.4);text-align:center;position:relative;transition:all .7s;display:block;overflow:hidden}
.lsb:hover{cursor:pointer;background:rgba(2,137,255,.8)}
.lsb:hover .lsb-icon{margin-top:-44px}
.lsb:hover .lsb-name{margin-top:106px}
.lsb:hover .lsb-span{margin-top:28px}
.lsb:hover .lsb-introduce{margin-top:16px}
.lsb:hover .lsb-href{margin-top:32px}
.lsb-icon{width:44px;height:44px;margin:auto;margin-top:135px;transition:all .5s}
.lsb-icon img{width:100%;height:100%}
.lsb-name{font-size:24px;color:#fff;margin-top:24px;line-height:33px;transition:all .5s}
.lsb-span{width:24px;height:4px;background:#fff;transition:all .5s;margin:auto;margin-top:24px}
.lsb-introduce{font-size:14px;color:#fff;display:-webkit-box;transition:all .5s;margin-top:136px}
.lsb-href{width:144px;height:40px;padding:9px 18px;border:1px solid #fff;border-radius:2px;text-decoration:none;transition:all .5s;margin:auto;margin-top:32px;color:#fff}
.lsb-href&gt;div{width: 108px;}
.lsb-href span{font-size:16px;line-height:22px;float:left}
.lsb-href .icon-jinru{width:8px;height:22px;line-height:22px;font-family:iconfont!important;font-style:normal;float:right;color:"#fff";font-size:16px}
.lsb-href:after{content:"";display:block;clear:both;visibility:hidden;line-height:0;height:0;font-size:0}
.lsb-href:hover{background:#fff;color:#108ee9}
.lsb-href:hover .icon-jinru{color:#108ee9}
@media (max-width:768px) {
	.logout-solution-wrap{
		display: none;
	}
}

.index-ct{
	margin-bottom: 100px;
}
.index-ct img{
	width: 100%;
}
@media (max-width:768px) {
	.index-ct{
		display: none;
	}
}

/* news */
.news{
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 70px;
}
.news h2{
	width:100%;
	line-height:40px;
	font-size:30px;
	color:#333;
	text-align:center;
}
.news .news_te{
	width:100%;
	line-height:40px;
	font-size:24px;
	color:#00A7DE;
	text-align:center;
	margin-bottom: 50px;
}
.news .news_left{
	float: left;
	width: 50%;
}
.news .news_right{
	float: left;
	width: 50%;
}
.news .important-news{
	padding: 0 15px;
}
.news .important-news .pic{
	display: block;
	position: relative;
	overflow: hidden;
}
.news .important-news .pic img{
	width: 100%;
	transition: all 0.3s ease;
}
.news .important-news .pic img:hover{
	transform: scale(1.05);
}
.news .important-news .date {
    display: block;
    position: absolute;
    width: 67px;
    height: 64px;
    top: 0;
    left: 0;
    background-color: rgba(2, 165, 220, 0.9);
    text-align: center;
    color: #fff;
    overflow: hidden;
}
.news .important-news .date .day {
    display: block;
    font-size: 34px;
    color: #fff;
    line-height: 1;
    margin-top: 5px;
}
.news .important-news .date .month {
    display: block;
    line-height: 1;
    color: #fff;
    font-size: 13px;
    margin-top: 3px;
}
.news .important-news h4 {
    display: block;
    margin-top: 5px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 16px;
	font-weight: bold;
}
.news .important-news p {
    display: block;
    line-height: 23px;
    color: #868686;
    margin-top: 8px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.other-news{
	padding: 0 15px
}
.news .other-news li {
    display: block;
    padding: 12px 0;
    border-bottom: 1px dashed #d1d1d1;
}
.news .other-news li .date {
    display: block;
    width: 64px;
    height: 71px;
    float: left;
    margin-right: 15px;
    overflow: hidden;
    text-align: center;
}
.news .other-news li .date .day {
    display: block;
    font-size: 40px;
    color: #02A5DC;
    line-height: 1;
    margin-top: 5px;
}
.news .other-news li .date .month {
    display: block;
    line-height: 1;
    font-size: 13px;
    color: #333333;
    margin-top: 4px;
}
.news .other-news li .content h4 {
    display: block;
    font-size: 16px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
	font-weight: bold;
}
.news .other-news li .content h4 a{
	color: #333333;
}
.news .other-news li .content h4 a:hover{
	color: #02A5DC;
}
.news .other-news li .content p {
    display: block;
    line-height: 23px;
    color: #767676;
    margin-top: 6px;
}
.news-more{
	clear: both;
}
@media (max-width:768px) {
	.news .news_left, .news .news_right{
		width: 100%;
	}
	.inside-banner{
		display: none;
	}
}

/* top-menu */
.menu-m{
	position: absolute;
	top: 20px;
	right: 15px;
	display: none;
}
.menu-m img{
	width: 30px;
}
.hd-top .nav_hide{
	position: absolute;
	top: 70px;
	left: 0;
	z-index:10000;
	width: 100%;
	background:rgba(0, 167, 222, 0.9);
	padding: 0;
	letter-spacing: 1px;
	display: none;
}
.nav_hide li{height:45px;line-height:45px;border-bottom:1px #DDDDDD solid;}
.nav_hide li:nth-child(1){ border-top:none;}
.nav_hide li:nth-child(9){ border-bottom:none;}
.nav_hide li a{display:block;font-size:20px;color:#fff;text-align:center;}
@media (max-width:768px) {
	.menu-m{
		display: block;
	}
}

/*莽搂禄氓艩篓莽芦炉氓潞鈥⒚┢捖ヂ济ㄋ喡�*/
.phonefooternav {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 99999;
	display:none;
}
.phonefooternav ul{
	padding: 0;
}
.phonefooternav ul li {
	width: 25%;
	background: #0256AC;
	float: left;
	padding: 5px 0;
	border-right: 1px solid #FFFFFF;
	list-style: none;
	box-sizing: border-box;
}
.phonefooternav ul li:nth-child(3){
	width: 50%;
	background: #FF0000;
}
.phonefooternav ul li a {
	display: block;
	color: #fff;
	text-align: center;
}
.phonefooternav ul li a:hover .call {
	color: yellow;
}
.phonefooternav ul li a img {
	width: 22px;
	padding: 2px 0;
}
.phonefooternav p{
	color: #FFFFFF;
	font-size: 14px;
}
@media (max-width: 768px) {
	.phonefooternav {
		display: block;
	}
	.footer{
		display: none;
	}
}

/* pro */
.typelist {
	font-size: 18px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
	overflow: hidden;
}
.typelist a {
	color: #FFFFFF;
	margin-left: 5px;
	padding: 10px 15px;
	background: #0256AC;
	font-size: 16px;
	border-radius: 5px;
	float: left;
	margin-top: 5px;
	width: 16%;
}
.typelist a:hover{
	background: #333333;
	color: #FFFFFF!important;
}
@media (max-width:768px) {
	.typelist{
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.typelist a{
		width: 30%;
		padding: 5px 3px;
		font-size: 14px;
	}
}

.wp{
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;

}
.hd-top {
	overflow: hidden;
}

.hd-top .logo {
	float: left;
	height: 120px;
	line-height: 120px
}

.hd-top .logo img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%
}

.hd-top .tel {
	float: right;
	margin-top: 30px;
	padding-left: 55px;
	background: url(../images/icon13.png) left center no-repeat;
	color: #999;
	line-height: 30px;
	font-size: 16px;
	color: #666666;
}

.hd-top .tel h6 {
	font-weight: 400;
	font-size: 14px
}

.hd-top .tel strong {
	font-size: 26px;
	line-height: 27px;
	color: #333333;
	font-weight: bold;
}

.yunu-header.fixed .hd-bottom {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 9999
}

.hd-bottom {
	*zoom: 1;
	background-color: #0256AC;
	position: relative
}

.hd-bottom:after,
.hd-bottom:before {
	display: block;
	content: "clear";
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden
}

.yunu-nav {
	position: relative
}

.yunu-nav:after,
.yunu-nav:before {
	display: block;
	content: "clear";
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden
}

.yunu-nav li {
	float: left;
	width: 16.5%;
	position: relative;
	background-repeat: no-repeat;
	background-position: left center;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s
}

.yunu-nav li.on,
.yunu-nav li:hover {
	background: #00A7DE;
	background-position: bottom center
}

.yunu-nav li&gt;a {
	display: block;
	font-size: 18px;
	text-align: center;
	height: 60px;
	line-height: 60px;
	color: #fff;
	text-decoration: none;
}

.nav-sub {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 999;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s
}

.yunu-nav li:hover .nav-sub {
	display: block
}

.nav-sub dd {
	background-color: rgba(2, 86, 172, 0.85);
	border-bottom: 1px solid rgba(250, 253, 253, 0.35);
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s
}

.nav-sub dd a {
	display: block;
	font-size: 15px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-decoration: none;
	transition: .6s;
	-ms-transition: .6s;
	-moz-transition: .6s;
	-webkit-transition: .6s;
	-o-transition: .6s
}

.nav-sub dd a:hover {
	padding-left: 15px;
	background: #00A7DE;
}

.hd-bottom h2 {
	display: none;
	text-align: center;
	font-size: 30px;
	color: #dc001c;
	font-weight: 400;
	height: 50px;
	line-height: 50px
}

@media (max-width:768px) {
	.hd-top .tel{
		display: none;
	}
	.hd-top .logo{
		width: 80%;
		height: 70px;
		line-height: 70px;
	}
	.hd-top .logo img{
		height: auto;
	}
	.hd-bottom{
		display: none;
	}
}

/* pro */
.full-inside-subnav .pro-list{
	display: none;
}
.full-inside-subnav .pro-tit{
	float: left;
	line-height: 60px;
	font-size: 18px;
	color: #000000;
}
@media (max-width:1024px) {
	.full-inside-subnav .pro-list{
		display: block;
	}
	.full-inside-subnav .pro-tit{
		display: none;
	}
	.full-inside-subnav .subnav a{
		font-size: 16px;
	}
	.sideMenu{
		display: none;
	}
	.product-list{
		width: 100%;
		padding-bottom: 70px;
	}
}

/* page */
.pages{
	display: table;
    margin: 0 auto 20px;
}
.pages b {
  display: block;
  float: left;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 24px;
  padding: 7px 12px;
  margin: 0 2px;
  border: 1px solid #2562b3;
  background: #2562b3;
  border-radius: 3px;
}
.pages a {
  display: block;
  float: left;
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  padding: 7px 12px;
  margin: 0 2px;
  border: 1px solid #2562b3;
  border-radius: 3px;
}
.pages span {
  display: block;
  float: left;
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  padding: 7px 12px;
  margin: 0 2px;
  border: 1px solid #2562b3;
}
.pages a:hover {
  background: #2562b3;
  color: #fff;
  border: 1px solid #2562b3;
}

.jump {margin-top: 30px; padding: 16px 0; color: #333; border-top: 1px solid #E1E1E1;}
.jump p {color: #333; line-height: 32px;text-indent: 0;text-align: left;}
.jump p a{color: #666666;}
.jump p a:hover {color: #0256AC;}

/*猫聛鈥澝陈幻λ嗏€樏ぢ宦┞÷得┞澛�*/
.Pledetext .con_l{
	padding: 0;
	width: 75%;
	float: left;
}
.Pledetext .con_l img{
	max-width: inherit;
}
.Pledetext .lx_con{
	background: #0256AC;
	color: #fff;
	padding: 40px 30px 60px;
	width: 25%;
	float: left;
	box-sizing: border-box;
}
.Pledetext .lx_con b{
	display: block;
	font-weight: bold;
}
.Pledetext .lx_con strong{
	font-weight: bold;
}
.Pledetext .lx_con a{
	color: #FFFFFF;
}
.Pledetext .lx_con p{
	font-size: 14px;
	line-height: 30px;
	color: #FFFFFF;
}
.fz16{
	font-size: 16px;
	line-height: 30px;
}
.fz30{
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 10px;
}

/*feedback*/
.ny_feed_ny {
	width: 100%;
	height: auto;
	overflow: hidden
}

.ny_feed_tit {
	text-align: center;
	padding-bottom: 1em;
	border-bottom: 1px solid #e6e6e6;
	color: #626262
}

.ny_feed_tit span {
	font-size: 1.6em;
	font-weight: bold;
	color: #067abc;
	display: block;
	text-align: center;
	line-height: 3em
}

.ny_feed_ny form {
	margin-top: 3em
}

.lyb {
	width: 50%;
	margin: .5em auto;
}

.lyb input {
	width: 100%;
	border: 1px solid #e7e7e7;
	color: #626262;
	height: 3em;
	font-size: 1.1em
}

.lyb textarea {
	width: 100%;
	border: 1px solid #e7e7e7;
	color: #626262;
	height: 8em;
	font-size: 1.1em
}

.lyb_tj {
	width: 20%;
	margin: 2em auto;
}

.lyb_tj input {
	width: 100%;
	background-color: #067abc;
	border: 1px solid #067abc;
	color: #fff;
	height: 3em;
	font-size: 1.3em
}

@media (max-width:991px) {
	.lyb {
		width: 70%;
	}
	.lyb_tj {
		width: 40%;
	}
}

@media (max-width:640px) {
	.ny_news_ny {
		padding: 3em 0;
	}
	.lyb {
		width: 100%;
	}
	.lyb_tj {
		width: 50%;
	}
	.ny_feed_tit span{
		font-size: 20px;
	}
}

@media (max-width:320px) {
	.lyb_tj {
		width: 100%;
	}
}
</pre></body></html>